home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / educate / perlb161.zip / PERLIB32.EXE / 0 / RCDATA / TFRMOPTIONS / TFRMOPTIONS.txt
Text File  |  1997-04-27  |  6KB  |  289 lines

  1. object frmOptions: TfrmOptions
  2.   Left = 287
  3.   Top = 223
  4.   HelpContext = 2
  5.   HorzScrollBar.Visible = False
  6.   VertScrollBar.Visible = False
  7.   BorderIcons = [biSystemMenu]
  8.   BorderStyle = bsDialog
  9.   Caption = 'Options'
  10.   ClientHeight = 467
  11.   ClientWidth = 417
  12.   Font.Color = clWindowText
  13.   Font.Height = -13
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   FormStyle = fsStayOnTop
  17.   Position = poDefaultPosOnly
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 120
  21.   TextHeight = 16
  22.   object grpBackColor: TRadioGroup
  23.     Left = 8
  24.     Top = 8
  25.     Width = 241
  26.     Height = 89
  27.     Caption = '&Background Colour'
  28.     ItemIndex = 0
  29.     Items.Strings = (
  30.       'Use the current &Windows setting'
  31.       'Use the &silver (grey) colour')
  32.     TabOrder = 0
  33.     OnClick = grpBackColorClick
  34.   end
  35.   object grpPreview: TGroupBox
  36.     Left = 256
  37.     Top = 8
  38.     Width = 153
  39.     Height = 89
  40.     Caption = 'Preview'
  41.     TabOrder = 6
  42.     object lblMetals: TLabel
  43.       Left = 11
  44.       Top = 14
  45.       Width = 40
  46.       Height = 16
  47.       AutoSize = False
  48.       Caption = 'Metals'
  49.       Font.Color = clBlack
  50.       Font.Height = -13
  51.       Font.Name = 'MS Sans Serif'
  52.       Font.Style = []
  53.       ParentFont = False
  54.       Transparent = True
  55.     end
  56.     object lblNonMetals: TLabel
  57.       Left = 11
  58.       Top = 30
  59.       Width = 65
  60.       Height = 16
  61.       AutoSize = False
  62.       Caption = 'Nonmetals'
  63.       Font.Color = clBlack
  64.       Font.Height = -13
  65.       Font.Name = 'MS Sans Serif'
  66.       Font.Style = []
  67.       ParentFont = False
  68.       Transparent = True
  69.     end
  70.     object lblSemimetals: TLabel
  71.       Left = 11
  72.       Top = 46
  73.       Width = 71
  74.       Height = 16
  75.       AutoSize = False
  76.       Caption = 'Semimetals'
  77.       Font.Color = clBlack
  78.       Font.Height = -13
  79.       Font.Name = 'MS Sans Serif'
  80.       Font.Style = []
  81.       ParentFont = False
  82.       Transparent = True
  83.     end
  84.     object lblGases: TLabel
  85.       Left = 97
  86.       Top = 46
  87.       Width = 40
  88.       Height = 16
  89.       AutoSize = False
  90.       Caption = 'Gases'
  91.       Font.Color = clBlack
  92.       Font.Height = -13
  93.       Font.Name = 'MS Sans Serif'
  94.       Font.Style = []
  95.       ParentFont = False
  96.       Transparent = True
  97.     end
  98.     object lblLiquids: TLabel
  99.       Left = 97
  100.       Top = 30
  101.       Width = 43
  102.       Height = 16
  103.       AutoSize = False
  104.       Caption = 'Liquids'
  105.       Font.Color = clBlack
  106.       Font.Height = -13
  107.       Font.Name = 'MS Sans Serif'
  108.       Font.Style = []
  109.       ParentFont = False
  110.       Transparent = True
  111.     end
  112.     object lblSolids: TLabel
  113.       Left = 97
  114.       Top = 14
  115.       Width = 38
  116.       Height = 16
  117.       AutoSize = False
  118.       Caption = 'Solids'
  119.       Font.Color = clBlack
  120.       Font.Height = -13
  121.       Font.Name = 'MS Sans Serif'
  122.       Font.Style = []
  123.       ParentFont = False
  124.       Transparent = True
  125.     end
  126.     object lblUndefined: TLabel
  127.       Left = 43
  128.       Top = 61
  129.       Width = 62
  130.       Height = 16
  131.       AutoSize = False
  132.       Caption = 'Undefined'
  133.       Font.Color = clBlack
  134.       Font.Height = -13
  135.       Font.Name = 'MS Sans Serif'
  136.       Font.Style = []
  137.       ParentFont = False
  138.       Transparent = True
  139.     end
  140.   end
  141.   object grpForeColor: TGroupBox
  142.     Left = 8
  143.     Top = 104
  144.     Width = 401
  145.     Height = 137
  146.     Caption = '&Click on one of the below to choose its colour'
  147.     TabOrder = 1
  148.     object butMetals: TButton
  149.       Left = 12
  150.       Top = 28
  151.       Width = 117
  152.       Height = 29
  153.       Caption = '&Metals'
  154.       TabOrder = 0
  155.       OnClick = ButtonClick
  156.     end
  157.     object butNonmetals: TButton
  158.       Left = 12
  159.       Top = 60
  160.       Width = 117
  161.       Height = 29
  162.       Caption = '&Nonmetals'
  163.       TabOrder = 1
  164.       OnClick = ButtonClick
  165.     end
  166.     object butSemimetals: TButton
  167.       Left = 12
  168.       Top = 92
  169.       Width = 117
  170.       Height = 29
  171.       Caption = 'S&emimetals'
  172.       TabOrder = 2
  173.       OnClick = ButtonClick
  174.     end
  175.     object butSolids: TButton
  176.       Left = 140
  177.       Top = 28
  178.       Width = 117
  179.       Height = 29
  180.       Caption = 'Sol&ids'
  181.       TabOrder = 3
  182.       OnClick = ButtonClick
  183.     end
  184.     object butLiquids: TButton
  185.       Left = 140
  186.       Top = 60
  187.       Width = 117
  188.       Height = 29
  189.       Caption = '&Liquids'
  190.       TabOrder = 4
  191.       OnClick = ButtonClick
  192.     end
  193.     object butGases: TButton
  194.       Left = 140
  195.       Top = 92
  196.       Width = 117
  197.       Height = 29
  198.       Caption = '&Gases'
  199.       TabOrder = 5
  200.       OnClick = ButtonClick
  201.     end
  202.     object butUndefined: TButton
  203.       Left = 268
  204.       Top = 60
  205.       Width = 117
  206.       Height = 29
  207.       Caption = '&Undefined'
  208.       TabOrder = 6
  209.       OnClick = ButtonClick
  210.     end
  211.   end
  212.   object butOK: TButton
  213.     Left = 312
  214.     Top = 432
  215.     Width = 89
  216.     Height = 29
  217.     Caption = '&OK'
  218.     Default = True
  219.     TabOrder = 5
  220.     OnClick = ButtonClick
  221.   end
  222.   object butCancel: TButton
  223.     Left = 216
  224.     Top = 432
  225.     Width = 89
  226.     Height = 29
  227.     Cancel = True
  228.     Caption = '&Cancel'
  229.     TabOrder = 4
  230.     OnClick = ButtonClick
  231.   end
  232.   object butHelp: TButton
  233.     Left = 120
  234.     Top = 432
  235.     Width = 89
  236.     Height = 29
  237.     Cancel = True
  238.     Caption = '&Help'
  239.     TabOrder = 3
  240.     OnClick = ButtonClick
  241.   end
  242.   object GroupBox1: TGroupBox
  243.     Left = 8
  244.     Top = 248
  245.     Width = 401
  246.     Height = 177
  247.     Caption = 'Background Image'
  248.     TabOrder = 2
  249.     object Button1: TButton
  250.       Left = 16
  251.       Top = 128
  252.       Width = 81
  253.       Height = 28
  254.       Caption = '&Browse...'
  255.       TabOrder = 0
  256.       OnClick = Button1Click
  257.     end
  258.     object panImage: TPanel
  259.       Left = 112
  260.       Top = 24
  261.       Width = 273
  262.       Height = 137
  263.       BevelOuter = bvNone
  264.       BorderStyle = bsSingle
  265.       TabOrder = 1
  266.       object imgBackground: TImage
  267.         Left = 0
  268.         Top = 0
  269.         Width = 269
  270.         Height = 133
  271.         Align = alClient
  272.         Center = True
  273.       end
  274.     end
  275.   end
  276.   object sysColour: TColorDialog
  277.     Ctl3D = True
  278.     Left = 76
  279.     Top = 432
  280.   end
  281.   object sysOpen: TOpenDialog
  282.     DefaultExt = 'bmp'
  283.     FileEditStyle = fsEdit
  284.     Filter = 'Bitmap Files (*.bmp)|*.bmp|All Files (*.*)|*.*'
  285.     Left = 48
  286.     Top = 432
  287.   end
  288. end
  289.